EventsCalendar for ASP.NET Web Forms
BinarySearch(Int32,Int32,Event,IComparer<Event>) Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventCollection Class > BinarySearch Method : BinarySearch(Int32,Int32,Event,IComparer<Event>) Method
Syntax
'Declaration
 
Public Overloads Function BinarySearch( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer, _
   ByVal item As Event, _
   ByVal comparer As System.Collections.Generic.IComparer(Of Event) _
) As System.Integer
public System.int BinarySearch( 
   System.int index,
   System.int count,
   Event item,
   System.Collections.Generic.IComparer<Event> comparer
)

Parameters

index
count
item
comparer
See Also

Reference

C1EventCollection Class
C1EventCollection Members
Overload List